ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style: none;
}
input {
  border: none;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
i {
  font-style: normal;
}

* {
  zoom: 1;
}
.main {
  margin-top: 36px;
}
#nav {
  height: 40px;
  background: #ed6827;
}
.topsearch {
  position: absolute;
  width: 625px;
  top: 37px;
  left: 335px;
  z-index: 91;
}

/*导航部分*/

#category {
  width: 190px;
  float: left;
  background: #c13a1d;
  position: relative;
  display: none;
}
.onlyDis #category {
  display: block;
}

/*全部商品分类*/
#category > a {
  display: inline-block;
  height: 40px;
  padding-left: 69px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin-left: 12px;
}

/*其他导航项*/
#nav_items {
  float: left;
  /* margin-left: 11px; */
}
.onlyDis #nav_items {
  margin-left: 11px;
}
#nav_items li {
  float: left;
  min-width: 61px;
  height: 46px;
  position: relative;
}
#nav_items li span {
  position: absolute;
  top: 0;
  right: -10px;
  width: 30px;
  height: 19px;
  background: #fff;
  line-height: 19px;
  font-size: 12px;
  color: #ff0000;
  text-align: center;
  z-index: 100;
}
#nav_items li a {
  display: block;
  height: 40px;
  min-width: 61px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
  padding: 0 23px;
}
/* .yesselected a{
    background-color:#d44200;
    color:#fff !important;
}  */
#nav_items li a:hover,
.selected a {
  background-color: #d44200;
  color: #fff !important;
}

/* 轮播*/
.fullSlide {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.fullSlide .bd {
  position: relative;
  z-index: 0;
  height: 100%;
}
.fullSlide .bd li img {
  width: 100%;
  vertical-align: top;
  height: 340px;
}
.fullSlide .hd {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*left:-305px;*/
}
.fullSlide .hd ul {
  text-align: center;
  padding-top: 5px;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  background: #fff;
  border-radius: 100%;
}
.fullSlide .hd ul .on {
  background-position: 0 0;
  background: #eb6100;
  width: 12px;
  height: 12px;
  border-radius: 100%; /*behavior: url(../images/css3.htc);*/
}
.fullSlide .prev,
.fullSlide .next {
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  margin: -27% 0 0 3%;
  float: left;
  filter: alpha(opacity=70);
  opacity: 0.7;
  border-radius: 100%;
  background: #c0c0c0;
}
.fullSlide .next {
  background-position: right 0;
  float: right;
  margin-right: 3%;
}
.fullSlide .prev:hover,
.fullSlide .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.home_warp {
  width: 712px;
  height: 340px;
  position: relative;
  top: 3px;
  margin: 0px auto;
  margin-left: 199px;
  overflow: hidden;
}
.tempWrap {
  height: 100%;
}

.bd ul li {
  position: relative;
}
.bd ul li span {
  position: absolute;
  bottom: 25px;
  left: 20px;
  font-size: 24px;
  color: #fff;
}
/*end*/
#banner {
  overflow: hidden;
  position: relative;
}
.ps {
  position: absolute;
}
/*弹框*/
#cate_box {
  width: 190px;
  height: 530px;
  border-top-width: 0px;
  pointer-events: all;
  background: #fff;
  position: relative;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #99999940;
  box-sizing: border-box;
}
#cate_box::-webkit-scrollbar {
  width: 2px;
  position: absolute;
}
#cate_box::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  height: 51%;
  border: 2px solid #eb6100;
}
#cate_box::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
#cate_box::-webkit-scrollbar-thumb:active {
  border: 0;
  border-radius: 0;
  background-color: #fff;
}
#cate_box::-webkit-scrollbar-thumb:window-inactive {
  background-color: #fff;
}
#cate_box > li {
  height: 31px;
  cursor: pointer;
  width: 187px;
  display: block;
  padding: 0 0 0px 24px;
  line-height: 31px;
  position: relative;
  box-sizing: border-box;
}
#cate_box li > a {
  margin: 0px;
  font-size: 13px;
  height: 31px;
  line-height: 31px;
  font-weight: normal;
  color: #333;
}
#cate_box h3 > a {
  color: #333;
  text-decoration: none;
}
.fu_box {
  position: relative;
}
.other_box {
  display: none;
  z-index: 999;
  position: absolute !important;
}
.other_cate_box {
  top: 46px !important;
}
/*弹出部分*/
.sub_cate_box {
  pointer-events: all;
  position: absolute;
  left: 190px;
  top: 0;
  width: 770px;
  background: #f8f8f8;
  z-index: 70;
  display: block;
  padding-left: 2px;
}
.sub_cate_items {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2.1px 2.1px 5px 0px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  overflow-x: hidden;
  height: 458px;
}
/*二级分类*/
.sub_cate_items > div {
  clear: left;
  padding: 0px;
  margin: 0px 0px 10px 10px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.sub_cate_items > div > a {
  display: block;
  float: left;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: right;
  padding: 3px 8px 0 0px;
  color: #666;
  text-decoration: underline;
  font-weight: 700;
}
.sub_cate_items p {
  width: 85%;
  line-height: 22px;
  float: left;
  margin: 0px;
  border-bottom: 1px solid #eee;
}
.sub_cate_items p a {
  height: 17px;
  line-height: 17px;
  text-align: right;
  padding: 0px 8px 0 0px;
  display: inline-block;
  padding: 0 4px;
  margin: 6px 0;
  border-left: 1px solid #ccc;
  color: #666;
  text-decoration: none;
}
.sub_cate_items p a:hover {
  color: #eb6100;
  text-decoration: underline;
}

/*弹出分类中的banner部分*/
.sub_cate_banner > div {
  width: 100%;
  margin-bottom: 5px;
}
.sub_cate_banner h4 {
  padding: 3px 6px 0 0;
  font-weight: 700;
  color: #e4393c;
}
.sub_cate_banner li {
  width: 194px;
  float: left;
  padding: 3px 0px;
}
.sub_cate_banner li a {
  color: #666;
  text-decoration: none;
}
.sub_cate_banner li a:hover {
  text-decoration: underline;
}
div.sub_cate_box {
  display: none;
}

#cate_box .doI {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  display: inline-block;
  margin-bottom: 3px;
}
#cate_box li:hover .doI {
  background: #ffff;
}
.show {
  background: #eb6100;
}
.show > a {
  color: #fff !important;
}
.show > i,
#cate_box .show .doI {
  background: #ffff;
}

.user_company {
  width: 278px;
  pointer-events: all;
  margin-top: 9px;
}

.user_main .text-center .frame {
  display: inline-block;
  width: 95px;
  height: 32px;
  line-height: 32px;
  border-radius: 15px;
}
.user_login {
  background: #fff;
  padding-bottom: 6px;
  overflow: hidden;
  border: 1px solid #99999940;
  padding: 15px 30px;
  box-sizing: border-box;
}
.user_login a {
  width: 210px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: auto;
  border: 1px solid #ed6827;
}
.user_login span {
  display: block;
  text-align: center;
}
.welcome {
  color: #333333;
  font-size: 16px;
}
.waiting {
  color: #ed6827;
  font-size: 14px;
  margin: 4px auto 14px;
}
.login {
  background: #fff2eb;
  color: #333333;
  margin-bottom: 4px !important;
}
.register {
  background: #fff2eb;
  color: #333333;
}

.recommended_company span {
  display: inline-block;
  /* width:99px; */
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #333333;
}
.recommended_company .more {
  float: right;
}
.recommended_company .tab {
  background: #f2f2f2;
}
.recommended_company .tab span {
  padding: 0 12px;
}
.recommended_company span.date {
  font-size: 12px;
  float: right;
  line-height: unset;
  width: 60px;
  height: auto;
}
.re-sel {
  background: #fff;
  color: #ed6827;
  border-top: 2px solid #ed6827;
  margin-top: -1px;
}

.recommended_company {
  border: 1px solid #99999940;
  border-top: none;
  padding-bottom: 7px;
}
.recommended_company .company li {
  margin: 9px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 13px;
}

.recommended_company ul {
  background: #fff;
}
.do0 {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #333333;
  display: inline-block;
  margin-bottom: 3px;
}
.user_company ul li p {
  float: right;
  text-align: right;
}
.user_company ul li p span {
  color: #eb6100;
}
.user_company ul li p span i {
  position: relative;
  left: 5px;
  color: #333;
  top: 2px;
}
.user_company ul li p i {
  color: #ff0000;
  font-style: normal;
  margin-left: 5px;
}
.Precor-lineimg {
  width: 712px;
  position: relative;
  margin: 0 0 0 199px;
  height: 172px;
}
.lineimg_gd {
  margin-top: 10px;
}

.company li a {
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 73%;
  display: inline-block;
}
.company li a:hover {
  color: #eb6100;
}
.table1 .company li a {
  width: 73%;
}
.rt .table .company li a {
  width: 94%;
}
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 82%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

.nav-banner-wrap {
  position: absolute;
  top: 40px;
  z-index: 99;
  left: 0px;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.nav_top {
  position: relative;
}
.floor {
  overflow: hidden;
}
.cur a {
  background: #2250a5;
  color: #fff !important;
}
input::-webkit-input-placeholder {
  color: #ddd;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd;
}

/* 新增css */
.GuessLike {
  margin-top: 30px;
}
.recommended_company .newsList-1 {
  width: 858px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  overflow: hidden;
  border-bottom: 1px dashed #ececec;
}
.recommended_company .newsList-1 li {
  width: 200px;
  overflow: hidden;
  float: left;
  margin-right: 19px;
}
.recommended_company .newsList-1 li .img_box {
  width: 200px;
  height: 130px;
  background-color: bisque;
  overflow: hidden;
}
.recommended_company .newsList-1 li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommended_company .newsList-1 li .text {
  width: 100%;
  font-size: 14px;
  max-height: 44px;
  line-height: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  margin-bottom: 28px;
}
.recommended_company .newsList-1 a:last-child li {
  margin-right: 0;
}
.recommended_company .newsList-2 {
  width: 858px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.recommended_company .newsList-2 li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #ececec;
}
.recommended_company .newsList-2 li .title {
  width: 100%;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  margin-top: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommended_company .newsList-2 li .title:hover {
  color: #ff7300;
}
.recommended_company .newsList-2 li .times {
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  color: #cccccc;
  margin-top: 10px;
}
.recommended_company .newsList-2 li .info {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  max-height: 40px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.recommended_company .newsList-2 a:last-child li {
  border-bottom: none;
}

.recommended_company .newsList-3 {
  width: 858px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  overflow: hidden;
}
.recommended_company .newsList-3 li {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px dashed #ececec;
}
.recommended_company .newsList-3 li .img_box {
  width: 133px;
  height: 87px;
  float: left;
  background-color: antiquewhite;
}
.recommended_company .newsList-3 li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommended_company .newsList-3 li .infoBox {
  width: 705px;
  float: right;
  overflow: hidden;
}
.recommended_company .newsList-3 li .infoBox .title {
  width: 100%;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommended_company .newsList-3 li .infoBox .times {
  width: 100%;
  font-size: 14px;
  color: #cccccc;
  margin-top: 4px;
}
.recommended_company .newsList-3 li .infoBox .info {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  max-height: 40px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recommended_company .newsList-3 .type .infoBox {
    width: 100%;
}
.recommended_company .newsList-3 a:last-child li {
    border-bottom: none;
}
.recommended_company .newsList-3 li:hover .infoBox .title {
    color: #ff7300;
}
